projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21d6fd
)
Remove the "Documentation:" line from the variable help
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Feb 2021 16:58:38 +0000
(17:58 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Feb 2021 16:58:38 +0000
(17:58 +0100)
* lisp/help-fns.el (describe-variable): Remove the
"Documentation:" line (bug#46702). This makes the help text more
compact and seems easier to read, too.
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 724469509483878a7eab1656db9ceeea75b0bd4e..290bebf7e5fe465f5e91a1781b64d475fec31469 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-1162,7
+1162,6
@@
it is displayed along with the global value."
(with-current-buffer standard-output
(help-fns--ensure-empty-line))
- (princ "Documentation:\n")
(with-current-buffer standard-output
(insert (or doc "Not documented as a variable."))))